home *** CD-ROM | disk | FTP | other *** search
- object FormExport: TFormExport
- Left = 201
- Top = 136
- BorderStyle = bsDialog
- Caption = 'Export'
- ClientHeight = 346
- ClientWidth = 334
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 321
- Height = 285
- Shape = bsFrame
- end
- object LabelType: TLabel
- Left = 20
- Top = 28
- Width = 27
- Height = 12
- Caption = '&Type:'
- FocusControl = ComboType
- end
- object Labelcsv: TLabel
- Left = 20
- Top = 184
- Width = 90
- Height = 12
- Caption = 'Frame Properties:'
- end
- object ComboType: TComboBox
- Left = 152
- Top = 24
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- OnClick = ComboTypeClick
- Items.Strings = (
- 'Multiple Files'
- 'Combined File')
- end
- object Button1: TButton
- Left = 168
- Top = 304
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object btnCancel: TButton
- Left = 248
- Top = 304
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object CheckCSV: TCheckBox
- Left = 152
- Top = 184
- Width = 145
- Height = 17
- Caption = '&Output as CSV'
- TabOrder = 2
- OnClick = CheckCSVClick
- end
- object ListCsv: TCheckListBox
- Left = 152
- Top = 204
- Width = 149
- Height = 73
- Enabled = False
- ItemHeight = 12
- Items.Strings = (
- 'Name'
- 'Transparent Color'
- 'Transparent Color(Hex)'
- 'Delay(1/1000)'
- 'Delay(1/100)'
- 'Delay(1/60)'
- 'Disposal')
- TabOrder = 3
- end
- object Notebook: TNotebook
- Left = 20
- Top = 56
- Width = 281
- Height = 117
- TabOrder = 1
- object TPage
- Left = 0
- Top = 0
- Caption = 'Page1'
- object LabelName: TLabel
- Left = 0
- Top = 4
- Width = 54
- Height = 12
- Caption = '&File Name:'
- FocusControl = ComboName
- end
- object LabelPre: TLabel
- Left = 0
- Top = 36
- Width = 32
- Height = 12
- Caption = '&Prefix:'
- FocusControl = EditPre
- end
- object LabelExt: TLabel
- Left = 0
- Top = 68
- Width = 50
- Height = 12
- Caption = 'File T&ype:'
- FocusControl = ComboExt
- end
- object LabelAlpha: TLabel
- Left = 0
- Top = 101
- Width = 76
- Height = 12
- Caption = 'Alpha Channel:'
- end
- object ComboName: TComboBox
- Left = 132
- Top = 0
- Width = 145
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 0
- Items.Strings = (
- 'Frame'#39's Number'
- 'Frame'#39's Name')
- end
- object EditPre: TEdit
- Left = 132
- Top = 32
- Width = 145
- Height = 20
- TabOrder = 1
- end
- object ComboExt: TComboBox
- Left = 132
- Top = 64
- Width = 61
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 2
- OnClick = ComboExtClick
- Items.Strings = (
- '*.bmp'
- '*.dib'
- '*.jpg'
- '*.gif'
- '*.png'
- '*.tga'
- '*.ico'
- '*.cur'
- '*.ani')
- end
- object CheckAlpha: TCheckBox
- Left = 132
- Top = 96
- Width = 149
- Height = 17
- Caption = 'O&utput as BMP'
- TabOrder = 4
- end
- object btnOpt: TButton
- Left = 204
- Top = 64
- Width = 73
- Height = 21
- Caption = 'Option...'
- TabOrder = 3
- OnClick = btnOptClick
- end
- end
- object TPage
- Left = 0
- Top = 0
- Caption = 'Page2'
- object LabelCol: TLabel
- Left = 0
- Top = 4
- Width = 46
- Height = 12
- Caption = '&Columns:'
- end
- object EditCol: TEdit
- Left = 132
- Top = 0
- Width = 49
- Height = 20
- Enabled = False
- TabOrder = 0
- Text = '1'
- end
- object UpDownCol: TUpDown
- Left = 181
- Top = 0
- Width = 15
- Height = 20
- Associate = EditCol
- Enabled = False
- Min = 1
- Max = 9999
- Position = 1
- TabOrder = 1
- Thousands = False
- Wrap = False
- end
- end
- end
- end
-